diff --git a/libcsplit-alpha-20121224.tar.xz b/libcsplit-alpha-20121224.tar.xz
deleted file mode 100644
index 3429a11..0000000
--- a/libcsplit-alpha-20121224.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:fe17bdf09cf8b35b5c4afa491254499e474e25401e0c12401e905726303e38ed
-size 284552
diff --git a/libcsplit-alpha-20130609.tar.gz b/libcsplit-alpha-20130609.tar.gz
new file mode 100644
index 0000000..e375c44
--- /dev/null
+++ b/libcsplit-alpha-20130609.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:72fe36c947d0f75da844a0ea1c31e6ddde9b985ae7fe125904f41b7add444be8
+size 453150
diff --git a/libcsplit.changes b/libcsplit.changes
index 495b4b5..2f1bce5 100644
--- a/libcsplit.changes
+++ b/libcsplit.changes
@@ -1,3 +1,22 @@
+-------------------------------------------------------------------
+Sat Jul 27 02:36:24 UTC 2013 - Greg.Freemyer@gmail.com
+
+- update to v0~20130609
+	* Fix in .pc.in file
+	* small changes
+	* removed unused LIBCSPLIT_SEPARATOR
+	* textual changes
+	* updated dependencies
+	* fix for Libs in .pc file
+	* 2013 update
+- remove pkgconfig patch, now upstream
+- changed to gz compression to eliminate conversion after download
+
+-------------------------------------------------------------------
+Mon Apr 22 17:52:20 UTC 2013 - Greg.Freemyer@gmail.com
+
+- run spec-cleaner
+
 -------------------------------------------------------------------
 Wed Apr  3 23:12:57 UTC 2013 - jengelh@inai.de
 
diff --git a/libcsplit.spec b/libcsplit.spec
index 10d37c4..7ee3d0f 100644
--- a/libcsplit.spec
+++ b/libcsplit.spec
@@ -18,21 +18,19 @@
 
 Name:           libcsplit
 %define lname	libcsplit1
-%define timestamp 20121224
+%define timestamp 20130609
 Version:        0~%timestamp
 Release:        0
-License:        LGPL-3.0+
 Summary:        Library for cross-platform C split string functions
+License:        LGPL-3.0+
 Group:          Development/Libraries/C and C++
 Url:            http://code.google.com/p/libcsplit/
 
-#DL-URL:	http://libcsplit.googlecode.com/files/libcsplit-alpha-20121224.tar.gz
+#DL-URL:	https://googledrive.com/host/0B3fBvzttpiiSeE44MVpGWnpNeVU/libcsplit-alpha-%timestamp.tar.gz
 #Git-Clone:	http://code.google.com/p/libcsplit
-Source:         %name-alpha-%timestamp.tar.xz
-Patch1:		libcsplit-pkgconfig.diff
+Source:         %{name}-alpha-%timestamp.tar.gz
 BuildRequires:  pkg-config
-BuildRequires:  xz
-BuildRequires:  pkgconfig(libcerror) >= 20120425
+BuildRequires:  pkgconfig(libcerror) >= 0~20130609
 #BuildRequires:  pkgconfig(libcstring) >= 20120425
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -44,12 +42,23 @@ Summary:        Library for cross-platform C split string functions
 Group:          System/Libraries
 
 %description -n %lname
-A library for cross-platform C split string functions.
+Library for cross-platform C split string functions
+
+Also see:
+
+    libcdata; generic data functions
+    libcdatetime; date and time functions
+    libcerror; error functions
+    libclocale; locale functions
+    libcnotify; notification functions
+    libcfile; file functions
+    libcpath; path functions
+    libcthreads; threads functions 
 
 %package devel
 Summary:        Development files for libcsplit, a cross-platform C split string library
 Group:          Development/Libraries/C and C++
-Requires:       %lname = %version
+Requires:       %lname = %{version}
 
 %description devel
 A library for cross-platform C split string functions.
@@ -59,15 +68,14 @@ applications that want to make use of libcsplit.
 
 %prep
 %setup -qn libcsplit-%timestamp
-%patch -P 1 -p1
 
 %build
 %configure --disable-static --enable-wide-character-type
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR="%buildroot"
-rm -f "%buildroot/%_libdir"/*.la
+%make_install
+rm -f "%{buildroot}/%{_libdir}"/*.la
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig
@@ -75,13 +83,13 @@ rm -f "%buildroot/%_libdir"/*.la
 %files -n %lname
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog
-%_libdir/libcsplit.so.1*
+%{_libdir}/libcsplit.so.1*
 
 %files devel
 %defattr(-,root,root)
-%_includedir/libcsplit*
-%_libdir/libcsplit.so
-%_libdir/pkgconfig/libcsplit.pc
-%_mandir/man3/libcsplit.3*
+%{_includedir}/libcsplit*
+%{_libdir}/libcsplit.so
+%{_libdir}/pkgconfig/libcsplit.pc
+%{_mandir}/man3/libcsplit.3*
 
 %changelog