Browse Source

rebuilt and new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10567 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 7 years ago
parent
commit
594c85f64a

+ 4 - 1
a/advancecomp/advancecomp-vl.spec

@@ -2,7 +2,7 @@ Summary: Recompression utilities for .PNG, .MNG and .ZIP files
 Summary(ja): .PNG や .MNG 、.ZIP ファイルの再圧縮ユーティリティ
 Name: advancecomp
 Version: 1.20
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 License: GPLv2
 Group:	Applications/Archiving
@@ -58,6 +58,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Apr 24 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.20-2
+- rebuilt with new toolchain
+
 * Sun Apr 24 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.20-1
 - new upstream release
 

+ 4 - 1
d/ddrescue/ddrescue-vl.spec

@@ -7,7 +7,7 @@ Summary(ja): 不良ディスクからデータを回収するデータリカバ
 Name: ddrescue
 ### Epoch to override Fedora Extras stupid decision to NOT ADHERE TO THEIR OWN NAMING CONVENTION
 #Epoch: 1
-Version: 1.20
+Version: 1.21
 Release: 1%{?_dist_release}
 License: GPLv3
 Group: Applications/System
@@ -75,6 +75,9 @@ fi
 #%{_datadir}/info/dir
 
 %changelog
+* Sat Jul 09 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.21-1
+- new upstream release
+
 * Sat Nov 14 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.20-1
 - new upstream release
 - deleted Patch0

+ 4 - 1
e/epdfview/epdfview-vl.spec

@@ -1,6 +1,6 @@
 Name:		epdfview
 Version:	0.1.8
-Release:	7%{?_dist_release}
+Release:	8%{?_dist_release}
 Summary:	Lightweight PDF document viewer
 Summary(ja):	軽量な PDF ドキュメントビューア
 
@@ -88,6 +88,9 @@ update-desktop-database &> /dev/null || :
 %{_mandir}/man1/
 
 %changelog
+* Sat Jul 09 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.8-8
+- rebuilt with new toolchain
+
 * Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.1.8-7
 - rebuild with poppler-0.37.0
 

+ 69 - 0
lib/libf/libfilezilla/libfilezilla-vl.spec

@@ -0,0 +1,69 @@
+Name: libfilezilla
+Version: 0.5.3
+Release: 1%{?_dist_release}
+URL: http://lib.filezilla-project.org/
+Summary: C++ Library for FileZilla
+License: GPLv2+
+Source0: http://download.sourceforge.net/sourceforge/filezilla/%{name}-%{version}.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
+
+%package devel
+Summary: Development files for C++ Library for FileZilla
+Group: Development/Libraries
+Requires: %{name}%{?_isa} = %{version}-%{release}
+
+%description
+libfilezilla is a small and modern C++ library, offering some basic
+functionality to build high-performing, platform-independent programs.
+
+%description devel
+libfilezilla is a small and modern C++ library, offering some basic
+functionality to build high-performing, platform-independent programs.
+
+This package contains files needed to compile code using libfilezilla.
+
+%prep
+%setup -q
+
+%build
+%configure --disable-static
+make %{?_smp_mflags}
+
+%install
+make DESTDIR=$RPM_BUILD_ROOT install
+rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+%files
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README
+%{_libdir}/*.so.*
+
+%files devel
+%doc doc/*
+%{_libdir}/*.so
+%{_includedir}/*
+%{_libdir}/pkgconfig/libfilezilla.pc
+
+%changelog
+* Sat Jul 09 2016 Toshiharu Kudoh <kudoh@vinelinux.org> - 0.5.3-1
+- initial build for Vine Linux
+
+* Tue Jun 21 2016 Jon Ciesla <limburgher@gmail.com> - 0.5.3-1
+- Latest upstream.
+
+* Sun May 22 2016 Jon Ciesla <limburgher@gmail.com> - 0.5.2-1
+- Latest upstream.
+
+* Mon Apr 25 2016 Jon Ciesla <limburgher@gmail.com> - 0.5.0-1
+- Latest upstream.
+
+* Mon Apr 04 2016 Jon Ciesla <limburgher@gmail.com> - 0.4.0.1-2
+- Dropped buildroot, Group, buildroot scrup, and added --disable-static and
+- isa-specific Requires.
+
+* Tue Mar 15 2016 Jon Ciesla <limburgher@gmail.com> - 0.4.0.1-1
+- Initial package creation.

+ 4 - 1
t/tinyxml/tinyxml-vl.spec

@@ -2,7 +2,7 @@
 
 Name:           tinyxml
 Version:        2.6.2
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        A simple, small, C++ XML parser
 Summary(ja):    シンプルで小さな C++ XML パーサー
 Group:          System Environment/Libraries
@@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jul 09 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.6.2-3
+- rebuilt with new toolchain
+
 * Sat Feb 08 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.6.2-2
 - rebuilt with new toolchain