]> git.pld-linux.org Git - packages/soprano.git/commitdiff
- up to 2.0.98
authorBartłomiej Zimoń <cactus@pld-linux.org>
Wed, 30 Apr 2008 14:50:06 +0000 (14:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel. 1
- bcond snap

Changed files:
    soprano.spec -> 1.25

soprano.spec

index eaed2290ceab54ac420690ace2ecb7b3118c3048..4f58c21a96215f7f562d1c6fa8028736bccd3f12 100644 (file)
@@ -6,20 +6,30 @@
 # Conditional build:
 %bcond_without serializer              # with raptor serializer. need to figure out proper BR
 %bcond_without sesame2                 # with sesame2backend
+%bcond_with    snap                    # build svn snapshot
+
 
 %define                qtbrver         4.4.0
-%define                _rev    svn799072
+%define                _snap           svn799072
+%define                _rel            1
+
 
 Summary:       Soprano - Qt wrapper API to librdf
 Summary(pl.UTF-8):     Soprano - wrapper Qt do librdf
 Name:          soprano
 Version:       2.0.98
-Release:       0.%{_rev}.1
+Release:       %{?with_snap:0.%{_snap}.1}%{!?with_snap:%{_rel}}
 License:       GPL v2
 Group:         X11/Applications
-#Source0:      http://dl.sourceforge.net/soprano/%{name}-%{version}.tar.bz2
-Source0:       %{name}-%{version}-%{_rev}.tar.gz
-# Source0-md5: 86113aba1c27d7106de427cb87bcd0c5
+
+%if %{with snap}
+Source100:     %{name}-%{version}-%{_snap}.tar.gz
+# Source100-md5:       86113aba1c27d7106de427cb87bcd0c5
+%else
+Source0:       http://dl.sourceforge.net/soprano/%{name}-%{version}.tar.bz2
+# Source0-md5: fcaf461dded797445264d809df3257b5
+%endif
+
 URL:           http://sourceforge.net/projects/soprano
 BuildRequires: QtCore-devel >= %{qtbrver}
 BuildRequires: QtDBus-devel >= %{qtbrver}
@@ -66,7 +76,7 @@ Header files for soprano.
 Pliki nagłówkowe dla soprano.
 
 %prep
-%setup -q -n %{name}-%{version}-%{_rev}
+%setup -q -T -b %{?with_snap:10}0 -n %{name}-%{version}%{?with_snap:-%{_snap}}
 
 %build
 install -d build
This page took 0.030416 seconds and 4 git commands to generate.