]> git.pld-linux.org Git - packages/soprano.git/commitdiff
- up to svn799072
authorshadzik <shadzik@pld-linux.org>
Sun, 20 Apr 2008 10:11:32 +0000 (10:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- it's actually version 2.0.98 (as version.h tells) and not 2.1.0 (as changelog tells)
  sorry for that mistake
- downgraded version without adding epoch

Changed files:
    soprano.spec -> 1.24

soprano.spec

index b37c88410326bcc95ad871bbe2dd1eed66e05265..eaed2290ceab54ac420690ace2ecb7b3118c3048 100644 (file)
@@ -8,17 +8,18 @@
 %bcond_without sesame2                 # with sesame2backend
 
 %define                qtbrver         4.4.0
+%define                _rev    svn799072
 
 Summary:       Soprano - Qt wrapper API to librdf
 Summary(pl.UTF-8):     Soprano - wrapper Qt do librdf
 Name:          soprano
-Version:       2.1.0
-Release:       0.svn798832.1
+Version:       2.0.98
+Release:       0.%{_rev}.1
 License:       GPL v2
 Group:         X11/Applications
 #Source0:      http://dl.sourceforge.net/soprano/%{name}-%{version}.tar.bz2
-Source0:       %{name}-%{version}.tar.gz
-# Source0-md5: 70f76468503027c57821cf72b8c060dc
+Source0:       %{name}-%{version}-%{_rev}.tar.gz
+# Source0-md5: 86113aba1c27d7106de427cb87bcd0c5
 URL:           http://sourceforge.net/projects/soprano
 BuildRequires: QtCore-devel >= %{qtbrver}
 BuildRequires: QtDBus-devel >= %{qtbrver}
@@ -65,7 +66,7 @@ Header files for soprano.
 Pliki nagłówkowe dla soprano.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}-%{_rev}
 
 %build
 install -d build
This page took 0.059101 seconds and 4 git commands to generate.