]> git.pld-linux.org Git - packages/libidn.git/commitdiff
- added DESTDIR patch, fixed build with java
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 20 Jun 2004 17:10:03 +0000 (17:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libidn.spec -> 1.21

libidn.spec

index 371b1d1ef2ed68f4d9f79657d9b44cec6a67e324..4dafe7c637187ad3ae10fae87799f5caff111758 100644 (file)
@@ -15,6 +15,7 @@ Source0:      http://josefsson.org/libidn/releases/%{name}-%{version}.tar.gz
 # Source0-md5: cc87a7bdce60a6e229f0984ca551e273
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-python.patch
+Patch2:                %{name}-DESTDIR.patch
 URL:           http://www.gnu.org/software/libidn/
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1.8
@@ -107,6 +108,7 @@ domen).
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__gettextize}
@@ -172,7 +174,7 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with java}
 %files -n java-libidn
 %defattr(644,root,root,755)
-%{_datadir}/java/libidn.jar
+%{_datadir}/java/libidn*.jar
 %endif
 
 %files -n python-idn
This page took 0.030907 seconds and 4 git commands to generate.