rpms/libopensync-plugin-vformat/devel libopensync-plugin-vformat.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Fri Dec 28 23:46:28 UTC 2007


Author: awjb

Update of /cvs/pkgs/rpms/libopensync-plugin-vformat/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17633/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libopensync-plugin-vformat.spec 
Log Message:
- initial import



--- NEW FILE libopensync-plugin-vformat.spec ---
Name:           libopensync-plugin-vformat
Version:        0.35
Release:        1%{?dist}
Summary:        Vformat plugin for libopensync

Group:          System Environment/Libraries
License:        LGPLv2+
URL:            http://www.opensync.org
Source0:        http://www.opensync.org/download/releases/%{version}/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  cmake
BuildRequires:  libopensync-devel >= 0.35

%description
%{summary}

%prep
%setup -q

%build
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_C_FALGS=%{optflags} \
    -DCMAKE_SKIP_RPATH=YES \
%ifarch x86_64 ppc64
    -DLIB_SUFFIX=64 \
%endif
   ../
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
cd build
make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING
%{_bindir}/vconvert
%{_libdir}/opensync-1.0/formats/*

%changelog
* Thu Dec 27 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 0.35-1
- initial version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libopensync-plugin-vformat/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Dec 2007 18:01:23 -0000	1.1
+++ .cvsignore	28 Dec 2007 23:45:53 -0000	1.2
@@ -0,0 +1 @@
+libopensync-plugin-vformat-0.35.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libopensync-plugin-vformat/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Dec 2007 18:01:23 -0000	1.1
+++ sources	28 Dec 2007 23:45:53 -0000	1.2
@@ -0,0 +1 @@
+a387a45bb08995e1d96792101b52bc00  libopensync-plugin-vformat-0.35.tar.bz2




More information about the fedora-extras-commits mailing list