[phodav] Bump to libphodav-2.0

Marc-André Lureau elmarco at fedoraproject.org
Sat Feb 21 00:15:13 UTC 2015


commit 9459801b6b5364877b1e7246e657dc9c2102a6db
Author: Marc-André Lureau <marcandre.lureau at gmail.com>
Date:   Sat Feb 21 01:15:06 2015 +0100

    Bump to libphodav-2.0

 .gitignore  |  1 +
 phodav.spec | 41 +++++++++++++++++++++--------------------
 sources     |  2 +-
 3 files changed, 23 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 05c8217..a87d687 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /phodav-0.4.tar.xz
+/phodav-2.0.tar.xz
diff --git a/phodav.spec b/phodav.spec
index 675604c..c46fccd 100644
--- a/phodav.spec
+++ b/phodav.spec
@@ -1,14 +1,12 @@
 Name:           phodav
-Version:        0.4
-Release:        5%{?dist}
+Version:        2.0
+Release:        1%{?dist}
 Summary:        A WebDAV server using libsoup
 Group:          Applications/Internet
 License:        LGPLv2+
 URL:            https://wiki.gnome.org/phodav
 Source0:        http://download.gnome.org/sources/%{name}/0.3/%{name}-%{version}.tar.xz
 
-Patch1:         0001-webdavd-remove-systemd-target-use-only-service.patch
- 
 BuildRequires:  systemd-devel
 BuildRequires:  systemd-units
 BuildRequires:  libsoup-devel
@@ -22,19 +20,19 @@ BuildRequires:  autoconf automake libtool
 %description
 phởdav is a WebDAV server implementation using libsoup (RFC 4918).
 
-%package -n     libphodav-1.0
+%package -n     libphodav-2.0
 Summary:        A library to serve files with WebDAV
 
-%description -n libphodav-1.0
+%description -n libphodav-2.0
 phởdav is a WebDAV server implementation using libsoup (RFC 4918).
 This package provides the library.
 
-%package -n     libphodav-1.0-devel
+%package -n     libphodav-2.0-devel
 Summary:        A library to
-Requires:       libphodav-1.0%{?_isa} = %{version}-%{release}
+Requires:       libphodav-2.0%{?_isa} = %{version}-%{release}
 
-%description -n libphodav-1.0-devel
-The libphodav-1.0-devel package includes the header files for libphodav-1.0.
+%description -n libphodav-2.0-devel
+The libphodav-2.0-devel package includes the header files for libphodav-2.0.
 
 %package -n     chezdav
 Summary:        A simple WebDAV server program
@@ -57,7 +55,7 @@ the Spice virtio channel.
 
 %prep
 %setup -q
-%patch1 -p1
+
 autoreconf -fi
 
 %build
@@ -72,8 +70,8 @@ rm -f %{buildroot}%{_libdir}/*.la
 
 %find_lang %{name} --with-gnome
 
-%post -n libphodav-1.0 -p /sbin/ldconfig
-%postun -n libphodav-1.0 -p /sbin/ldconfig
+%post -n libphodav-2.0 -p /sbin/ldconfig
+%postun -n libphodav-2.0 -p /sbin/ldconfig
 
 %post -n spice-webdavd
 %systemd_post spice-webdavd.service
@@ -84,15 +82,15 @@ rm -f %{buildroot}%{_libdir}/*.la
 %postun -n spice-webdavd
 %systemd_postun_with_restart spice-webdavd.service
 
-%files -n libphodav-1.0 -f %{name}.lang
+%files -n libphodav-2.0 -f %{name}.lang
 %doc NEWS COPYING
-%{_libdir}/libphodav-1.0.so.0*
+%{_libdir}/libphodav-2.0.so.0*
 
-%files -n libphodav-1.0-devel
-%dir %{_includedir}/libphodav-1.0/
-%{_includedir}/libphodav-1.0/*
-%{_libdir}/libphodav-1.0.so
-%{_libdir}/pkgconfig/libphodav-1.0.pc
+%files -n libphodav-2.0-devel
+%dir %{_includedir}/libphodav-2.0/
+%{_includedir}/libphodav-2.0/*
+%{_libdir}/libphodav-2.0.so
+%{_libdir}/pkgconfig/libphodav-2.0.pc
 %{_datadir}/gtk-doc/html/phodav/*
 
 %files -n chezdav
@@ -106,6 +104,9 @@ rm -f %{buildroot}%{_libdir}/*.la
 %{_unitdir}/spice-webdavd.service
 
 %changelog
+* Sat Feb 21 2015 Marc-André Lureau <marcandre.lureau at redhat.com> - 2.0-1
+- Bump to libphodav-2.0
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 95cbc0d..28f0e19 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-02036f62c7094a11123924c6d5605c9f  phodav-0.4.tar.xz
+f91d8db3d86fb9e74e03258781be4d2b  phodav-2.0.tar.xz


More information about the scm-commits mailing list