Skip to content

Commit

Permalink
Updated to Fedora 8
Browse files Browse the repository at this point in the history
  • Loading branch information
squadette committed May 7, 2009
1 parent abb9307 commit ffba188
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Makefile.am
Expand Up @@ -32,6 +32,11 @@ upload:
ncftpput upload.sourceforge.net /incoming \
$(PACKAGE)-$(VERSION).tar.gz $(PACKAGE)-$(PREVIOUS_VERSION)-$(VERSION).diff.gz

.PHONY: rpm
rpm: dist $(PACKAGE).spec
sudo cp $(PACKAGE)-$(PREVIOUS_VERSION).tar.gz /usr/src/redhat/SOURCES/
sudo rpmbuild -ba $(PACKAGE).spec

.PHONY: deb
deb: dist
rm -rf tmp/
Expand Down
5 changes: 5 additions & 0 deletions Makefile.in
Expand Up @@ -636,6 +636,11 @@ upload:
ncftpput upload.sourceforge.net /incoming \
$(PACKAGE)-$(VERSION).tar.gz $(PACKAGE)-$(PREVIOUS_VERSION)-$(VERSION).diff.gz

.PHONY: rpm
rpm: dist $(PACKAGE).spec
sudo cp $(PACKAGE)-$(PREVIOUS_VERSION).tar.gz /usr/src/redhat/SOURCES/
sudo rpmbuild -ba $(PACKAGE).spec

.PHONY: deb
deb: dist
rm -rf tmp/
Expand Down
4 changes: 2 additions & 2 deletions checkpassword-pam.spec.in
@@ -1,7 +1,7 @@
Summary: checkpassword-style PAM authentication program
Name: @PACKAGE@
Version: @VERSION@
Release: 1
Release: 2
License: GPL
Group: System/Utilities
Source: %{name}-%{version}.tar.gz
Expand Down Expand Up @@ -30,4 +30,4 @@ make install DESTDIR=$RPM_BUILD_ROOT

%files
/usr/bin/checkpassword-pam
%doc /usr/man/man8/checkpassword-pam.8.gz
%doc /usr/share/man/man8/checkpassword-pam.8.gz

0 comments on commit ffba188

Please sign in to comment.