]> git.pld-linux.org Git - packages/libisofs.git/blobdiff - libisofs.spec
- updated to 1.5.6.pl01
[packages/libisofs.git] / libisofs.spec
index 79585d3a5a6d68079cfdf35175e8d66f26685c88..a99028763fa7a0e5524f1ebd853ceda106a78a01 100644 (file)
@@ -1,18 +1,18 @@
 Summary:       Library to pack up hard disk files and directories into a ISO 9660 disk image
 Summary(pl.UTF-8):     Biblioteka do pakowania plików i katalogów w obrazy ISO 9660
 Name:          libisofs
-Version:       1.0.8
+Version:       1.5.6.pl01
 Release:       1
 License:       GPL v2+
 Group:         Libraries
-Source0:       http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz
-# Source0-md5: b404e1deeee000d90efbf8ed60360412
-URL:           http://libburnia.pykix.org/
+Source0:       https://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz
+# Source0-md5: fb7fc6677774ec11d2cbde5a6566d37c
+URL:           https://dev.lovelyhq.com/libburnia/web/wiki
 BuildRequires: acl-devel
 BuildRequires: attr-devel
-BuildRequires: libjte-devel >= 1.0.0
+BuildRequires: libjte-devel >= 2.0.0
 BuildRequires: zlib-devel
-Requires:      libjte >= 1.0.0
+Requires:      libjte >= 2.0.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %undefine      __cxx
@@ -32,7 +32,7 @@ Group:                Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 Requires:      acl-devel
 Requires:      attr-devel
-Requires:      libjte-devel >= 1.0.0
+Requires:      libjte-devel >= 2.0.0
 Requires:      zlib-devel
 
 %description devel
@@ -54,7 +54,7 @@ Static libisofs library.
 Statyczna biblioteka libisofs.
 
 %prep
-%setup -q
+%setup -q -n %{name}-1.5.6
 
 %build
 %configure
@@ -76,7 +76,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYRIGHT NEWS README Roadmap TODO
+%doc AUTHORS COPYRIGHT ChangeLog NEWS README Roadmap TODO
 %attr(755,root,root) %{_libdir}/libisofs.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libisofs.so.6
 
This page took 0.110675 seconds and 4 git commands to generate.