Skip to content

Commit

Permalink
Rename broadvoice.spec to libbroadvoice.spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rj1k committed Jan 30, 2024
1 parent 9f1150d commit 0ed3d03
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
AM_CFLAGS = $(COMP_VENDOR_CFLAGS)
AM_LDFLAGS = $(COMP_VENDOR_LDFLAGS)

noinst_SCRIPTS = broadvoice.spec
noinst_SCRIPTS = libbroadvoice.spec

MAINTAINERCLEANFILES = Makefile.in

EXTRA_DIST = autogen.sh \
broadvoice.pc \
broadvoice.spec \
libbroadvoice.spec \
wrapper.xsl \
doc/broadvoice-doxygen \
debian/changelog \
Expand Down Expand Up @@ -68,7 +68,7 @@ rpm-build:
rm -f rpm/SRPMS/*
rpm -ta --sign @PACKAGE@-@[email protected]

bump.rpm.release: broadvoice.spec
bump.rpm.release: libbroadvoice.spec
VERSION="x"; \
test -f $(srcdir)/rpm.release && . $(srcdir)/rpm.release; \
NEXT_RELEASE=0; \
Expand All @@ -77,5 +77,5 @@ bump.rpm.release: broadvoice.spec
echo "VERSION=@VERSION@" >$(srcdir)/rpm.release; \
echo "RELEASE=$$RELEASE" >>$(srcdir)/rpm.release; \
sed 's/^Release: .*/Release: '$$RELEASE'/' \
<broadvoice.spec >broadvoice.spec.new; \
mv broadvoice.spec.new broadvoice.spec
<libbroadvoice.spec >libbroadvoice.spec.new; \
mv libbroadvoice.spec.new libbroadvoice.spec
2 changes: 1 addition & 1 deletion build_rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ cp ${ORIGDIR}/*.gz rpmbuild/SOURCES/.
rpmbuild --define "_topdir %(pwd)/rpmbuild" \
--define "_rpmdir %{_topdir}" \
--define "_srcrpmdir %{_topdir}" \
$RPMBUILDMODE rpmbuild/SPECS/broadvoice.spec
$RPMBUILDMODE rpmbuild/SPECS/libbroadvoice.spec
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,8 @@ AC_CONFIG_FILES([Makefile
doc/Makefile
src/Makefile
src/broadvoice.h
broadvoice.pc
broadvoice.spec])
libbroadvoice.pc
libbroadvoice.spec])

AC_CONFIG_FILES([tests/regression_tests.sh], [chmod +x tests/regression_tests.sh])

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 0ed3d03

Please sign in to comment.