summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2004-07-13 05:08:29 +0000
committerSeemant Kulleen <seemant@gentoo.org>2004-07-13 05:08:29 +0000
commitf8bc8add6fec0ec83d97401e748076173c2722dc (patch)
tree1f7f5a15b2e12bfc061031faecc994131f5014b5 /sys-apps/utempter/files
parent~sparc ~amd64 (Manifest recommit) (diff)
downloadgentoo-2-f8bc8add6fec0ec83d97401e748076173c2722dc.tar.gz
gentoo-2-f8bc8add6fec0ec83d97401e748076173c2722dc.tar.bz2
gentoo-2-f8bc8add6fec0ec83d97401e748076173c2722dc.zip
version bump to the rebuilded src.rpm -- no feature additions or any other changes. Also, refer the SRC_URI to gentoo mirrors instead. Should close bug #51185 by Joe Gallo <jsg8pitt@yahoo.com>
Diffstat (limited to 'sys-apps/utempter/files')
-rw-r--r--sys-apps/utempter/files/digest-utempter-0.5.5.51
-rw-r--r--sys-apps/utempter/files/utempter-0.5.5.5-soname-makefile-fix.patch23
2 files changed, 24 insertions, 0 deletions
diff --git a/sys-apps/utempter/files/digest-utempter-0.5.5.5 b/sys-apps/utempter/files/digest-utempter-0.5.5.5
new file mode 100644
index 000000000000..9d04dab1a569
--- /dev/null
+++ b/sys-apps/utempter/files/digest-utempter-0.5.5.5
@@ -0,0 +1 @@
+MD5 5b5bcf2a802067ce1a6d258b5c52e1e6 utempter-0.5.5-5.src.rpm 20957
diff --git a/sys-apps/utempter/files/utempter-0.5.5.5-soname-makefile-fix.patch b/sys-apps/utempter/files/utempter-0.5.5.5-soname-makefile-fix.patch
new file mode 100644
index 000000000000..ae50456a987f
--- /dev/null
+++ b/sys-apps/utempter/files/utempter-0.5.5.5-soname-makefile-fix.patch
@@ -0,0 +1,23 @@
+diff -urN utempter-0.5.3.orig/Makefile utempter-0.5.3/Makefile
+--- utempter-0.5.3.orig/Makefile 2004-04-07 23:02:39.000000000 -0400
++++ utempter-0.5.3/Makefile 2004-04-07 23:04:33.000000000 -0400
+@@ -5,6 +5,10 @@
+ CVSROOT=$(shell cat CVS/Root)
+ # major number of the .so lib
+ SOMAJOR = 0
++# minor number of the .so lib
++SOMINOR = 5
++# major number of the .so lib
++SOMICRO = 3
+
+ SHAREDLIB = lib$(NAME).so
+ SONAME = $(SHAREDLIB).$(SOMAJOR)
+@@ -29,6 +33,8 @@
+ install -m 644 utempter.h $(RPM_BUILD_ROOT)/usr/include
+ install -m 644 $(SHAREDLIB) $(RPM_BUILD_ROOT)/$(LIBDIR)/$(SHAREDLIB).$(VERSION)
+ ln -sf $(SHAREDLIB).$(VERSION) $(RPM_BUILD_ROOT)/$(LIBDIR)/$(SHAREDLIB)
++ ln -sf $(SHAREDLIB).$(VERSION) $(RPM_BUILD_ROOT)/$(LIBDIR)/$(SHAREDLIB).$(SOMAJOR).$(SOMINOR)
++ ln -sf $(SHAREDLIB).$(VERSION) $(RPM_BUILD_ROOT)/$(LIBDIR)/$(SHAREDLIB).$(SOMAJOR)
+
+ $(SHAREDLIB): utmpintf.os
+ $(CC) -o $@ -shared -Wl,-soname,$(SONAME) $^ -lc